GDK-Win32: Move some functions around
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 3 Aug 2020 10:22:51 +0000 (18:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 5 Aug 2020 07:38:08 +0000 (15:38 +0800)
commit69bb4f8beb6cdb3ff99e66f0d820cc41c2898d4f
treea3e2e248239c937fae843507149fe231ccc06be1
parent06f28af80ff57ae42f3b3a951d33e8d43e08352c
GDK-Win32: Move some functions around

Move gdk_win32_surface_get_queued_window_rect() and
gdk_win32_surface_apply_queued_move_resize() to gdksurface-win32.c, since these
functions are not only used for Cairo draw contexts, but is also used for GL
draw contexts, and will be used for Vulkan draw contexts.
gdk/win32/gdkcairocontext-win32.c
gdk/win32/gdksurface-win32.c